#webinars {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#webinars .webinar {
	width: 100%;
}
#webinars li span {
	font-family: RotondaC;
	font-size: 2.4rem;
}
#webinars .name {
	color: #95723D;
	font-weight: bold;
	text-transform: uppercase;
}
#webinars .preview-text {
	color: #5B5B5B;
}

@media (min-width: 1200px) {
	#webinars .webinar {
		height: 308px;
		margin-bottom: 10px;
	}
	#webinars {
		grid-gap: 26px;
		margin-bottom: 50px;
	}
}
@media (min-width: 992px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 576px) {
	
}
@media (max-width: 575px) {
	
}